Histogram of Oriented Gradients (HOG)

Brief Description

File: \examples\Processing\Geometry\ObjectFeatures\HOG\HOG_4Bins_HistogramMax.va
\examples\Processing\Geometry\ObjectFeatures\HOG\HOG_9Bins_HistogramMax.va
\examples\Processing\Geometry\ObjectFeatures\HOG\HOG_9Bins_Histogram.va

Default Platform: mE5-MA-VCL

Short Description

Calculation of Histogram of Oriented Gradients (HOG)

The VisualApplets design examples "HOG_4Bins_HistogramMax.va", "HOG_9Bins_HistogramMax.va" and "HOG_9Bins_Histogram.va"calculate the Histogram of Oriented Gradients (HOG) for a grayscale image with maximum dimensions of 1024x1024 pixels.The algorithm is mainly based on the publication of [Dal05]. The HOG is a feature descriptor and can be used for object recognition. In the following subsections first the theory is described before the applet design is introduced.